Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enable turning off the variable provider #24231

Merged
merged 3 commits into from
Oct 3, 2024
Merged

Conversation

amunger
Copy link

@amunger amunger commented Oct 3, 2024

along with microsoft/vscode#230349

let people disable the feature in case it causes perf issues

@vs-code-engineering vs-code-engineering bot added this to the October 2024 milestone Oct 3, 2024
@amunger amunger added area-repl debt Covers everything internal: CI, testing, refactoring of the codebase, etc. skip package*.json package.json and package-lock.json don't both need updating labels Oct 3, 2024
rzhao271
rzhao271 previously approved these changes Oct 3, 2024
@@ -65,6 +65,7 @@
"python.pixiToolPath.description": "Path to the pixi executable.",
"python.EnableREPLSmartSend.description": "Toggle Smart Send for the Python REPL. Smart Send enables sending the smallest runnable block of code to the REPL on Shift+Enter and moves the cursor accordingly.",
"python.REPL.sendToNativeREPL.description": "Toggle to send code to Python REPL instead of the terminal on execution. Turning this on will change the behavior for both Smart Send and Run Selection/Line in the Context Menu.",
"python.REPL.provideVariables.description": "Toggle to provide variables for the REPL variable view for the native REPL.",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cwebster-99 Do you have suggestion on wording here?
This is for variable viewer for native REPL.

@amunger amunger enabled auto-merge (squash) October 3, 2024 21:22
@amunger amunger merged commit 3362dc3 into main Oct 3, 2024
73 checks passed
@amunger amunger deleted the aamunger/variableConfig branch October 3, 2024 21:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-repl debt Covers everything internal: CI, testing, refactoring of the codebase, etc. skip package*.json package.json and package-lock.json don't both need updating
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants